home *** CD-ROM | disk | FTP | other *** search
/ How Many Bugs in a Box / How Many Bugs in a Box.cdr / bugs / act6b / 00273.ls < prev    next >
Encoding:
Text File  |  1995-03-28  |  212 b   |  12 lines

  1. on exitFrame
  2.   global TRIAL
  3.   set TRIAL to 0
  4.   repeat with xxx = 2 to 33
  5.     puppetSprite(xxx, 0)
  6.   end repeat
  7.   repeat with xxx = 10 to 33
  8.     set the visible of sprite xxx to 0
  9.   end repeat
  10.   updateStage()
  11. end
  12.